home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200411-27.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  69 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200411-27.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(15768);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200411-27");
  17.  script_cve_id("CAN-2004-1030", "CAN-2004-1031", "CAN-2004-1032", "CAN-2004-1033");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200411-27
  20. (Fcron: Multiple vulnerabilities)
  21.  
  22.  
  23.     Due to design errors in the fcronsighup program, Fcron may allow a
  24.     local user to bypass access restrictions (CAN-2004-1031), view the
  25.     contents of root owned files (CAN-2004-1030), remove arbitrary files or
  26.     create empty files (CAN-2004-1032), and send a SIGHUP to any process. A
  27.     vulnerability also exists in fcrontab which may allow local users to
  28.     view the contents of fcron.allow and fcron.deny (CAN-2004-1033).
  29.   
  30. Impact
  31.  
  32.     A local attacker could exploit these vulnerabilities to perform a
  33.     Denial of Service on the system running Fcron.
  34.   
  35. Workaround
  36.  
  37.     Make sure the fcronsighup and fcrontab binaries are only
  38.     executable by trusted users.
  39.   
  40. References:
  41.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1030
  42.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1031
  43.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1032
  44.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1033
  45.  
  46.  
  47. Solution: 
  48.     All Fcron users should upgrade to the latest version:
  49.     # emerge --sync
  50.     # emerge --ask --oneshot --verbose ">=sys-apps/fcron-2.0.2"
  51.   
  52.  
  53. Risk factor : Medium
  54. ';
  55.  script_description(english: desc);
  56.  script_copyright(english: "(C) 2004 Michel Arboi");
  57.  script_name(english: "[GLSA-200411-27] Fcron: Multiple vulnerabilities");
  58.  script_category(ACT_GATHER_INFO);
  59.  script_family(english: "Gentoo Local Security Checks");
  60.  script_dependencies("ssh_get_info.nasl");
  61.  script_require_keys('Host/Gentoo/qpkg-list');
  62.  script_summary(english: 'Fcron: Multiple vulnerabilities');
  63.  exit(0);
  64. }
  65.  
  66. include('qpkg.inc');
  67. if (qpkg_check(package: "sys-apps/fcron", unaffected: make_list("rge 2.0.2", "ge 2.9.5.1"), vulnerable: make_list("le 2.9.5")
  68. )) { security_warning(0); exit(0); }
  69.